projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
564d811
)
* test/automated/subr-tests.el (subr-test-when): Fix again
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Fri, 6 Nov 2015 15:53:23 +0000
(15:53 +0000)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Fri, 6 Nov 2015 16:18:32 +0000
(16:18 +0000)
test/automated/subr-tests.el
patch
|
blob
|
history
diff --git
a/test/automated/subr-tests.el
b/test/automated/subr-tests.el
index e782f7b1ee1150a27d277dab687f272a5448eab7..ee8db593b498e9964e5c08f557b7d47ccc3b8e69 100644
(file)
--- a/
test/automated/subr-tests.el
+++ b/
test/automated/subr-tests.el
@@
-96,7
+96,7
@@
(setq x (1+ x))
x))
(should (= x 1))
- (should (= 2 (when t
rue
+ (should (= 2 (when t
(setq x (1+ x))
x)))
(should (= x 2)))